Remove unneeded deprecation guards
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 18:15:18 +0000 (13:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 18:15:18 +0000 (13:15 -0500)
No deprecated api used in here, it seems.

gtk/gtkprintoperation-unix.c

index 5ded7ca577189daeec86dcf290f07cf704116d95..1b8e35d29896ad9a252486152511ba20621cf8e3 100644 (file)
@@ -202,7 +202,6 @@ shell_command_substitute_file (const gchar *cmd,
   return g_string_free (final, FALSE);
 }
 
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 static void
 gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
                                          cairo_surface_t   *surface,
@@ -343,7 +342,6 @@ gtk_print_operation_unix_launch_preview (GtkPrintOperation *op,
   g_free (data);
   g_free (settings_filename);
 }
-G_GNUC_END_IGNORE_DEPRECATIONS
 
 static void
 unix_finish_send  (GtkPrintJob  *job,